home *** CD-ROM | disk | FTP | other *** search
/ InterCD 2000 September / september_2000.iso / intercd / root / ^Linux / Jooky / arrays.h < prev    next >
Encoding:
Text File  |  1999-11-01  |  541 b   |  28 lines

  1.  
  2. int bitrateindex[16][5] = {
  3.     { 0,0,0,0,0 },
  4.     { 32,32,32,32,8 },
  5.     { 64,48,40,48.16 },
  6.     { 96,56,48,56,24 },
  7.     { 128,64,56,64,32 },
  8.     { 160,80,64,80,40 },
  9.     { 192,96,80,96,48 },
  10.     { 224,112,96,112,56 },
  11.     { 256,128,112,128,64 },
  12.     { 288,160,128,144,80 },
  13.     { 320,192,160,160,96 },
  14.     { 352,224,192,176,112 },
  15.     { 384,256,224,192,128 },
  16.     { 416,320,256,224,144 },
  17.     { 448,384,320,256,160 },
  18.     { 0,0,0,0,0 }
  19. };
  20.  
  21. int samplingrate[4][3] = {
  22.     { 44100, 22050, 11025 },
  23.     { 48000, 24000, 12000 },
  24.     { 32000, 16000, 8000 },
  25.     { 0,0,0 }
  26. };
  27.  
  28.